Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] Fix offline cache emit dependencies #8510

Merged
merged 8 commits into from
Apr 19, 2024

Conversation

erizmr
Copy link
Contributor

@erizmr erizmr commented Apr 14, 2024

Issue: #

Fix SNodeTree storing in unordered container when generating kernel offline cache key. The potential different traverse order of a unordered container each time would generate different offline cache keys for same kernel, which breaks the offline cache i.e., triggering re-compilation each time.

Brief Summary

copilot:summary

Walkthrough

copilot:walkthrough

Copy link

netlify bot commented Apr 14, 2024

Deploy Preview for docsite-preview canceled.

Name Link
🔨 Latest commit 32c2e71
🔍 Latest deploy log https://app.netlify.com/sites/docsite-preview/deploys/66223b92cf8baf000977eca6

@erizmr erizmr changed the title [offline cache] Fix offline cache emit dependencies [bug] Fix offline cache emit dependencies Apr 14, 2024
@erizmr erizmr marked this pull request as ready for review April 19, 2024 04:04
@erizmr erizmr requested a review from jim19930609 April 19, 2024 09:49
Copy link
Contributor

@jim19930609 jim19930609 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@erizmr erizmr merged commit 9fcf4f0 into taichi-dev:master Apr 19, 2024
28 checks passed
@erizmr erizmr deleted the offline_cache_fix branch April 19, 2024 11:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants